home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.8 / PCGAMER Disc 2.8 SEPT 1996.iso / SHELSHOK / DEMO.ZIP / RUN.BAT < prev    next >
DOS Batch File  |  1996-06-05  |  5KB  |  118 lines

  1. echo off
  2. mode cO80
  3. echo.
  4. choice /c:yn Have you set up your soundcard
  5. if errorlevel 2 setup
  6. echo.
  7. choice /n/c:yn Do you wish to play the Main Game[Y] or the Network Version[N] ?
  8. if not errorlevel 2 goto vmain
  9. echo.
  10. choice /c:yn Have you read the game instructions yet
  11. if not errorlevel 2 goto skip
  12. more <readme.txt
  13. goto netgame
  14. :skip
  15. echo.
  16. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  17. echo.
  18. echo            S H E L L S H O C K   N E T W O R K   V E R S I O N
  19. echo.
  20. echo.
  21. echo    This playable demo features only one of the twelve levels from the full
  22. echo    version. The game cuts out prematurely when any player achieves 10 kills.
  23. echo.
  24. echo    CONTROL:
  25. echo            TANK CONTROL:           Q A , .
  26. echo            FIRE MAIN WEAPON:       SPACE   SELECT MAIN WEAPON:     S
  27. echo            SELECT SPECIAL WEAPON:  ENTER   FIRE SPECIAL WEAPON:    RSHIFT
  28. echo            COM_TAC:                K       TEXT SEND:              T
  29. echo.
  30. echo    OBJECTIVE:
  31. echo            Blast everyone in sight- if anything gets in your way, demolish it!
  32. echo    The collectables can massively enhance your tank's battle capabilities-
  33. echo    look out for the caches of HOMING MISSILES, the devastating SPREAD SHOT,
  34. echo    and the ONBOARD TELEPORTER. Get the BEACON to the GREEN TELEPORTER.
  35. echo.
  36. echo                    Copyright, CORE DESIGN LTD 1996/EIDOS INTERACTIVE
  37. echo.
  38. :netgame
  39. pause
  40. rmain /n
  41. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  42. echo.
  43. echo                    NOW PLAY THE FULL VERSION!
  44. echo.
  45. echo    The full network version lets you rumble through 12 LEVELS OF MAYHEM. From
  46. echo    the freezing forests of MOSTVIA VATSKA to the steaming PARANAGUAN JUNGLE, the
  47. echo    worlds worst trouble spots will be your playground.
  48. echo.
  49. echo    The main game features the same slick 3D movement and gritty visual style.
  50. echo    It also has-
  51. echo.
  52. echo            25 WAR MISSIONS AROUND THE GLOBE
  53. echo            VAST BATTLETANKS, GUNSHIPS, TRUCK CONVOYS AND POWERPLANTS TO DESTROY
  54. echo            DIVERSE TERRAIN CONDITIONS- FROM SNOW & ICE TO SWAMPLAND
  55. echo            COMPELLING PLOT FEATURING "DA WARDENZ" IN FMV CUTSCENES
  56. echo            ACCLAIMED SOUNDTRACK INCLUDING "ROLL IT PHAT"
  57. echo.
  58. echo                    SHELLSHOCK is available June 1996.
  59. echo.
  60. echo                    Copyright, CORE DESIGN LTD 1996/EIDOS INTERACTIVE
  61. echo.
  62. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  63. pause
  64. goto endit
  65. :vmain
  66. echo.
  67. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  68. echo.
  69. echo                            S H E L L S H O C K
  70. echo.
  71. echo.
  72. echo    This playable demo features only one of the 25 levels from the full
  73. echo    version.
  74. echo.
  75. echo.
  76. echo    CONTROL:
  77. echo            TANK CONTROL:           Q A , . TACTICAL MAP:           TAB
  78. echo            FIRE WEAPON:            SPACE   SELECT WEAPON:          S
  79. echo            TURRET LEFT:            J       TURRET RIGHT:           L
  80. echo            TURRET CENTER:          K       CHANGE TARGET:          T
  81. echo.
  82. echo.
  83. echo    Hold both Q and A to execute a faster turn. Use keys 1-4 to select
  84. echo    weapons instantly.
  85. echo.
  86. echo.   Your objective in this mission is to rescue the hostages.  Follow
  87. echo    the compass at the top of your screen to their location.  Drive up                
  88. echo    to them slowly and they'll jump in the tank.  When you've rescued all
  89. echo    of the hostages, follow the compass to the check point.
  90. echo.
  91. pause
  92. rmain /t /m3
  93. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  94. echo.
  95. echo                            NOW PLAY THE FULL VERSION!
  96. echo.
  97. echo    The full game lets you rumble through MANY MORE LEVELS OF MAYHEM. From
  98. echo    the freezing forests of MOSTVIA VATSKA to the steaming PARANAGUAN JUNGLE, you
  99. echo    will face battle in the worlds worst trouble spots.
  100. echo.
  101. echo.
  102. echo    Featuring-
  103. echo.
  104. echo            25 WAR MISSIONS AROUND THE GLOBE
  105. echo            VAST BATTLETANKS, GUNSHIPS, TRUCK CONVOYS AND POWERPLANTS TO DESTROY
  106. echo            DIVERSE TERRAIN CONDITIONS- FROM SNOW & ICE TO SWAMPLAND
  107. echo            COMPELLING PLOT FEATURING "DA WARDENZ" IN FMV CUTSCENES
  108. echo            ACCLAIMED SOUNDTRACK INCLUDING "ROLL IT PHAT"
  109. echo.
  110. echo                    SHELLSHOCK is available June 1996.
  111. echo.
  112. echo                    Copyright, CORE DESIGN LTD 1996/EIDOS INTERACTIVE
  113. echo.
  114. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  115. pause
  116. :endit
  117.  
  118.